home *** CD-ROM | disk | FTP | other *** search
/ Fun & Games 2 (Canada) / Fun & Games CD-ROM (Canada).bin / games / disk376 / euchre.doc < prev    next >
Encoding:
Text File  |  1992-06-28  |  8.5 KB  |  197 lines

  1.  
  2.                              ** EUCHRE.DOC **
  3.                                   Page 1
  4.                 Documentation of EUCHRE.EXE by Scott Abdey.
  5.                                      
  6.                                   Euchre
  7.  
  8.           Euchre was written to be used as a Co-Op work term credit for
  9.      Fanshawe College.  It took me about five weeks to write the game
  10.      using Borland C++ Version 3.0.
  11.           Euchre was written on a 386-25 MHz computer and also tested on
  12.      a 286-10 MHz Epson Equity III+ with a SoundBlaster card.
  13.  
  14.                                  The Game
  15.  
  16.           A deck of 24 cards (9 - A of each suit) is used, with 5
  17.      cards dealt to each player.  The top card of the deck is then
  18.      placed face up (as a TRUMP offering).  Play begins by playing
  19.      around the table to see if the players wish to order up/pick up
  20.      the card (only the dealer can actually take the card).  If, at
  21.      this point, TRUMP has not been chosen, play continues around the
  22.      table asking for the players choice of TRUMP (which cannot match
  23.      the card that was turned up).  If no player wishes to call TRUMP,
  24.      the cards are dealt by the player to the dealers left.
  25.          If TRUMP has been chosen, the play begins.
  26.  
  27.                             The Hardware Screen
  28.  
  29.           This screen SHOULD accurately show detection of a Joystick and
  30.      a Mouse, which is necessary in this version.  During testing, it
  31.      was noted that on some Leverton AT's, a joystick was detected when
  32.      none was present.
  33.           If this screen is, in your opinion, incorrect, please write to
  34.      me so that I may be able to fix the problem.  Make sure to send me
  35.      any information on your setup that you may feel would help (sound
  36.      boards, RAM boards, or any other add on card installed in your
  37.      machine), my address is listed below.
  38.           To exit this screen and continue to the Title screen, press
  39.      any key.
  40.  
  41.                               Title Screen
  42.  
  43.           This screen allows you to change certain game options and
  44.      displays the title graphic and other information.  Use your
  45.      Microsoft compatible mouse to select any of the options.
  46.  
  47.           The options available are: PLAY the game
  48.                                      SOUND/NOSOUND toggle
  49.                                      QUIT to DOS
  50.  
  51.                             The Playing Screen
  52.  
  53.           When the game first begins, the team scores are located near
  54.      the top left corner of the screen.  The four players are located at
  55.      the four compass directions ( N, S, E, W ).  Their names will appear
  56.      near their cards, along with a message area or, in the human's case,
  57.      an instruction area.  Also next to the names are the trick counters.
  58.      When a player is active, a BLUE arrow will point toward their cards.
  59.      When cards are played, they disappear from the player's hand and
  60.  
  61.                              ** EUCHRE.DOC **
  62.                                   Page 2
  63.  
  64.      appear in the center of the table.  When chosen, TRUMP is displayed
  65.      in the top left corner, along with the name of the player who chose
  66.      trump.  When a card is LEAD, the suit is displayed in the top right
  67.      corner of the screen.
  68.  
  69.                              Playing Euchre
  70.  
  71.           The first time around, play begins to the dealer's left, with
  72.      all players given the opportunity to ORDER UP or PASS.  The dealer
  73.      is allowed to PICK UP (if they have another card of that suit) or
  74.      PASS.
  75.           The second time around, play continues to the dealer's left,
  76.      with all players given the opportunity to select TRUMP or PASS.
  77.      Please note that it is not a legal move to select the suit which
  78.      was turned up.  The player who selected TRUMP is then given the
  79.      choice to go alone.  Please note: if you choose to ORDER UP your
  80.      partner, YOU ARE NOT FORCED TO GO ALONE!
  81.           When TRUMP is finally selected, play continues to the dealer's
  82.      left, with the card to be LEAD.  All other players MUST follow suit
  83.      if possible.  If not possible, they can either discard, or TRUMP if
  84.      the suit lead is not TRUMP.  The player that plays the highest card
  85.      (TRUMP or SUIT) is the next leader.  The object is to take at least
  86.      3 tricks between you and your partner (if you chose TRUMP), or be
  87.      EUCHRED.
  88.           The first team to ten points is declared the winner, and the
  89.      game then returns to the Title Screen.
  90.  
  91.                            Controlling Euchre
  92.  
  93.           Using the mouse, the user controls the human player (named
  94.      differently in registered versions).
  95.           The first time around, your choices are to ORDER UP (or if
  96.      you are dealing, PICK IT UP), and PASS.  If both boxes say PASS,
  97.      then you do not have any cards of the turned suit, and cannot pick
  98.      it up.  To choose to PICK UP/ORDER UP, click on the box.  Clicking
  99.      anywhere else will PASS.  If you, as the dealer, are ORDERED UP or 
  100.      PICK IT UP, you will be asked to choose your discard, with the turned 
  101.      card taking its place in your hand.
  102.           The second time around, you may choose trump.  The left box
  103.      appearing above your cards contains the different suits, to choose
  104.      one, just click on the graphic.  Remember you cannot choose the suit
  105.      that was turned up.  Clicking anywhere else at this time will PASS.
  106.      At this point, you or the computer will decide to go alone. If you
  107.      chose TRUMP and wish to go alone, click on YES, anywhere else will
  108.      mean NO.  If your partner decides to go alone, you will be left out
  109.      of play, and your cards will disappear.
  110.           After TRUMP has been selected, you will use the mouse to click
  111.      on the card that you wish to play or lead.  Keep in mind that you
  112.      must click on an actual card, and you must follow suit if possible.
  113.  
  114.           Important: always use the LEFT mouse button, except if you wish
  115.      to exit the game.  To exit the game during your turn, just press the
  116.      RIGHT mouse button.
  117.  
  118.                              ** EUCHRE.DOC **
  119.                                   Page 3
  120.  
  121.  
  122.                                 Scoring
  123.  
  124.           When the team that contains the player which chose TRUMP, takes
  125.      THREE or FOUR tricks, the team is awarded 1 point.  If that team
  126.      manages to take all FIVE tricks, the team is awarded 2 points, unless
  127.      one of the team members has decided to go alone, which awards 4 points.
  128.      If the opposing team takes THREE or more tricks, a 2 point EUCHRE score
  129.      is awarded to THEM.
  130.  
  131.  
  132.                        Registering and Distributing
  133.  
  134.           This game may be redistributed in any form as long as the
  135.      following files are included: EUCHRE.EXE, EUCHRE.CFG, EUCHRE.DOC,
  136.      and CATALOG.TXT.
  137.  
  138.           Because this game was created to fulfill a co-op requirement,
  139.      I am not expecting to get rich from it.  I would however like to
  140.      hear from anyone who tries this game, whether you find it good or
  141.      bad.
  142.  
  143.           If you choose to register this game with a $10.00 donation,
  144.      you will automatically be sent any upgrades for Euchre, as well as
  145.      a demonstration disk of other software which is currently being
  146.      written.  To register, fill in the registration form and send it
  147.      to:
  148.                               SCOTT ABDEY
  149.                               95 MANDEVILLE ROAD
  150.                               ST THOMAS, ONTARIO, CANADA
  151.                               N5R 4H9
  152.  
  153.  
  154.                               Euchre V1.0
  155.                        Program Registration Form
  156.                             (Please  Print)
  157.  
  158.  
  159.  
  160.         Name: ________________________________________________
  161.  
  162.      Address: ________________________________________________
  163.  
  164.    City/Prov: ___________________________     ________________
  165.  
  166.  Postal Code: ___________________
  167.  
  168.  
  169.     Computer:       8086/8088              80286
  170.  
  171.                       80386                80486
  172.  
  173.  
  174.        Video:          CGA                  EGA
  175.  
  176.                        VGA                SuperVGA
  177.  
  178.  
  179.    Disk Size:       5 1/4"  DD            3 1/2"  DD
  180.  
  181.                     5 1/4"  HD            3 1/2"  HD
  182.  
  183.  
  184.        Sound:       PC Speaker             AdLib
  185.  
  186.                    SoundBlaster      Other: __________________
  187.  
  188.  
  189.     Comments: ________________________________________________
  190.  
  191.     __________________________________________________________
  192.  
  193.     __________________________________________________________
  194.  
  195.     __________________________________________________________
  196.  
  197.